home *** CD-ROM | disk | FTP | other *** search
- Subject: Re: ODF Build problems
- Sent: 7/25/96 11:16 AM
- Received: 7/25/96 11:21 AM
- From: David McCusker, david_mccusker@powertalk.apple.com
- Reply-To: ODF Interest, ODF-Interest@CILabs.ORG
- To: OpenDoc Development Framework Discussion List, ODF-Interest@CILabs.
-
- Paul Clements (p.e.clements@lboro.ac.uk) writes:
- > I finally got round to installing ODF from DR5 onto my PB5300c.
- >
- > Unfortunately I have been unable to build the PPC libraries with
- > CodeWarrior. I get 4 link errors:
- >
- > 1. Link Error: missing vtable 'bad_exception::_vt`
- > 2. Link Error: missing vtable 'bad_type_id::_vt`
- > 3. Link Error: missing vtable 'exception::_vt`
- > 4. Link Error: undefined '_priv_throwbadcast()' (code)
- > referenced from _dynamic_cast in MWRTTI.cp
-
- In C++, the easiest way to get link errors involving the vtable is to fail
- to implement a virtual method. In practice, this is most likely to occur
- by forgetting to use some framework macro which implements some standard
- functions for a class in the framework.
-
- David McCusker, OpenDoc Storage & Bento, david_mccusker@powertalk.apple.com
-
-
-